treeview: don't use gtk_render_focus() for dnd indicator
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 14 Feb 2012 03:43:07 +0000 (22:43 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 14 Feb 2012 03:43:07 +0000 (22:43 -0500)
commit713c532940849600fb2c3ead803462799560cad8
tree0b8c33d837157696e670dbd054aad381ff4c9fab
parenta3b097639f47d9ccb914418d7e564060897f7160
treeview: don't use gtk_render_focus() for dnd indicator

There's no reason this should be a focus ring rather than an actual
frame. In the past this was probably used to get a dashed effect, but
now we even support that natively for borders.
gtk/gtktreeview.c